home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / 3dkit1.zip / OBJECTS.DOC < prev    next >
Text File  |  1992-06-28  |  11KB  |  275 lines

  1.         3-D OBJECTS IN THE INTERNET
  2.         ===========================
  3.     (See also last item for a phone/modem site)
  4.  
  5. Specifications for graphic formats can be found in:
  6.  
  7.    zamenhof.cs.rice.edu 128.42.1.75   in pub/graphics.formats
  8.  
  9. The following info has been excerpted from the Computer Graphics Resource
  10. Listing (version of 10 June 1992), compiled by Nikolaos (Nick) C. Fotis
  11. (nfotis@theseas.ntua.gr).
  12. ========================================================================
  13.  
  14. This is mainly a guide for computer graphics software.
  15. I would suggest reading the Comp. Graphics FAQ for image analysis stuff.
  16. It's entitled: 
  17.  (date) comp.graphics frequently asked questions.
  18.  
  19. This article is posted to comp.graphics 3-4 times a
  20. month and is kept in the FTP sites
  21.   cgcr.gsu.edu, tmp/graphics-resource-list
  22.   nic.funet.fi, pub/graphics/misc/graphics-resource-list
  23.   weedeater.math.yale.edu, pub/incoming/graphics-resource-list
  24. and
  25.   gondwana.ecr.mu.oz.au, /incoming/graphics-resource-list
  26.  
  27. I have included my comments within braces '[' and ']'.
  28.  
  29. Nikolaos Fotis
  30.  
  31. ========================================================================
  32.  
  33. 1. ARCHIE
  34. ---------
  35.  
  36. The Archie is a service system to locate FTP places for
  37. requested files. It's appreciated that you will use Archie
  38. before asking help in the newsgroups.
  39.  
  40. Archie servers:
  41.   archie.mcgill.ca or 132.206.2.3         (Canada)
  42.   archie.funet.fi or 128.214.6.100  (Finland/Eur.)
  43.   archie.au or 139.130.4.6             (Aussie/NZ)
  44.   cs.huji.ac.il or 132.65.6.5             (Israel)
  45.   archie.doc.ic.ac.uk or 146.169.3.7  (UK/Ireland)
  46.   archie.sura.net or 128.167.254.179    (USA [MD])
  47.   archie.unl.edu (password: archie1)    (USA [NE])
  48.   archie.ans.net or 147.225.1.2         (USA [NY])
  49.   archie.rutgers.edu or 128.6.18.15     (USA [NJ])
  50.  
  51. Connect to Archie server with telnet and type "archie" as username.
  52. To get help type 'help'.
  53. You can get 'xarchie' or 'archie', which are clients that call Archie
  54. without the burden of a telnet session.
  55. 'Xarchie' is on the X11.R5 contrib tape, and 'archie' on comp.sources.misc,
  56. vol. 27.
  57.  
  58. To get information on how to use Archie via e-mail, send mail with
  59. subject "help" to "archie" account at any of above sites.
  60.  
  61. (Note to Janet/PSS users -- the United Kingdom archie site is
  62. accessible on the Janet host doc.ic.ac.uk [000005102000].
  63. Connect to it and specify "archie" as the host name and "archie" as
  64. the username.)
  65.  
  66. ==========================================================================
  67.  
  68. 7. Scene description languages
  69. ------------------------------
  70.  
  71. NFF
  72. ---
  73.   Neutral file format , by Eric Haines. Very simple, there are some
  74.   procedural database generators in the SPD package, and many objects
  75.   floating in various FTP sites. There's also a previewer written in
  76.   HP Starbase from E.Haines. Also there's one written in VOGLE, so you can
  77.   use any of the devices VOGLE can output on.
  78.   (Check in sites carrying VOGLE, like gondwana.ecr.mu.oz.au)
  79.  
  80. OFF
  81. ---
  82.   Object file format, from DEC's Randy Rost (rost@granite.dec.com).
  83.   Available also through their mail server. To obtain help about using this
  84.   service, send a message with a "Subject:" line containing only the word
  85.   "help" and a null message body to: object-archive-server@decwrl.dec.com.
  86.   [For FTP places to get it, see in the relevant place]. There's an OFF
  87.   previewer for SGI 4D machines, called off-preview in
  88.   godzilla.cgl.rmit.oz.au . There are previewers for xview and sunview,
  89.   also on gondwana.
  90.  
  91. TDDD
  92. ----
  93. It's a library of 3D objects with translators to/from OFF, NFF,
  94. Rayshade, Imagine or vort objects.
  95. Edited copy of the announcement follows (from Raytracing News, V4,#3):
  96.  
  97.   New Library of 3D Objects Available via FTP, by Steve Worley
  98.   (worley@updike.sri.com)
  99.  
  100.   I have assembled a set of over 150 3D objects in a binary format
  101.   called TDDD. These objects range from human figures to airplanes,
  102.   from semi-trucks to lampposts.  These objects are all freely
  103.   distributable, and most have READMEs that describe them.
  104.  
  105.   In order to convert these objects to a human-readable format, a file
  106.   with the specification of TDDD is included in the directory with the
  107.   objects. There is also a shareware system called TTDDDLIB (officially
  108.   on hubcap.clemson.edu) that will convert (ala PBM+) to/from various
  109.   object formats : Imagine TTDDD (extension of TDDD?), OFF, NFF,
  110.   Rayshade 4.0, or vort. Source included for Amiga/Unix as executables
  111.   for the Amiga. Also outputs Framemaker MIF files and isometric views
  112.   in Postscript.
  113.  
  114. P3D
  115. ---
  116.   From Pittsburgh Supercomputing Center. The P3D uses lisp with slight
  117.   extensions to store three-dimensional models. A simple lisp
  118.   interpreter is included with the P3D release, so there is no need to
  119.   have access to any vendor's lisp to run this software.
  120.  
  121.   The mouse-driven user interfaces for Motif, Open Look, and Silicon
  122.   Graphics GL, and the DrawP3D subroutine library for generating P3D
  123.   without ever looking at the underlying Lisp.
  124.  
  125.   The P3D software currently supports nine renderers.  They are:
  126.   Painter - Painter's Algorithm, Dore, Silicon Graphics Inc. GL language,
  127.   Generic Phigs, Sun Phigs+, DEC Phigs+, Rayshade, ART ray tracer (from
  128.   VORT package) and Pixar RenderMan.
  129.  
  130.   The code is available via anonymous FTP from the machines
  131.   ftp.psc.edu, directory pub/p3d, and nic.funet.fi, directory
  132.   pub/graphics/programs/p3d.
  133.  
  134. RenderMan
  135. ---------
  136.   Pixar's RenderMan is not free - call Pixar for details.
  137.  
  138. ==========================================================================
  139.  
  140. 3. Computer graphics FTP site list, by Eric Haines
  141. --------------------------------------------------
  142.  
  143. {Only sites apparently containing 3-D objects included here (O.G.)}.
  144.  
  145.  
  146. NORTH AMERICA (please look for things on your own continent first...):
  147. -------------
  148.  
  149. wuarchive.wustl.edu [128.252.135.4]:  /mirrors/unix-c/graphics - Rayshade ray
  150.     tracer, MTV ray tracer, Vort ray tracer, FBM, PBMPLUS, popi, Utah
  151.     raster toolkit.  /mirrors/msdos/graphics - DKB ray tracer, FLI
  152.     RayTracker demos.  /graphics/graphics/radiosity - Radiance and Indian
  153.     radiosity package.  /archive/graphics/graphics - George Kyriazis'
  154.     stuff, including bibs, Graphics Gems I & II code, TDDD, OFF, RTN,
  155. #    Radiance, NFF, SIPP, etc etc.
  156. +    George Kyriazis <kyriazis@rdrc.rpi.edu>
  157.  
  158. zamenhof.cs.rice.edu [128.42.1.75] : pub/graphics.formats - Various electronic
  159.     documents about many object and image formats.
  160.  
  161. ftp.ipl.rpi.edu [128.113.14.50]:  sigma/erich - SPD images and Haines thesis
  162.     images.  pub/images - various 24 and 8 bit image stills and sequences.
  163.     Kevin Martin <sigma@ipl.rpi.edu>
  164.  
  165. hanauma.stanford.edu [36.51.0.16]: /pub/graphics/Comp.graphics - best of
  166.     comp.graphics (very extensive), ray-tracers - DBW, MTV, QRT, and more.
  167.     Joe Dellinger <joe@hanauma.stanford.edu>
  168.  
  169. ftp.uu.net [192.48.96.2]:  /graphics - *IRIT*, RT News back issues (not
  170.     complete), NURBS models, other graphics related material.
  171. [ was uunet.uu.net ]
  172.  
  173. cs.utah.edu [128.110.4.21]: /pub - Utah raster toolkit, *NURBS databases*.
  174.     Jamie Painter <jamie@cs.utah.edu>
  175.  
  176. gatekeeper.dec.com [16.1.0.2]: /pub/DEC/off.tar.Z - *OFF models*,
  177.     /pub/misc/graf-bib - *graphics bibliographies (incomplete)*.
  178. [ Note that the bibliography is so incomplete that it'll be out soon ! ]
  179.     Also GPC Benchmark files (planned, but not checked).
  180.     Randi Rost <rost@granite.dec.com>
  181.  
  182. hubcap.clemson.edu [130.127.8.1]: /pub/amiga/incoming/imagine - stuff for the
  183.     Amiga Imagine & Turbo Silver ray tracers. *TTDDDLIB* ask Glenn Lewis
  184.     <glewis@pcocd2.intel.com>
  185.  
  186. ucsd.edu [128.54.16.1]:  /graphics - utah rle toolkit, pbmplus, fbm,
  187.     databases, MTV, DBW and other ray tracers, world map, other stuff.
  188.     Not updated much recently.
  189.  
  190. cs.uoregon.edu [128.223.4.13]:  /incoming - *TDDD models*, /pub - *Irit solids
  191.     modeller*, *MTV ray tracer*, *RT News*, *RT bibliography*, other
  192.     raytracers (including RayShade, QRT, VM_pRAY), SPD/NFF, OFF objects,
  193.     musgrave papers, some Netlib polyhedra, Roy Hall book source code,
  194.     Hershey fonts, old FBM.
  195.  
  196. research.att.com [192.20.225.2]: /netlib/graphics - *SPD package*, ~/polyhedra -
  197.     *polyhedra databases*.  (If you don't have FTP, use the netlib
  198.     automatic mail replier:  UUCP - research!netlib, Internet -
  199.     netlib@ornl.gov.  Send one line message "send index" for more info,
  200.     "send haines from graphics" to get the SPD)
  201.  
  202.  
  203. EUROPE:
  204. -------
  205.  
  206. irisa.fr [131.254.2.3]:  */iPSC2/VM_pRAY ray tracer*, SPD, /NFF - many non-SPD
  207.     NFF format scenes, RayShade data files (Americans: check
  208.     ftp.ee.lbl.gov first).  Didier Badouel <badouel@irisa.irisa.fr>
  209.  
  210. jyu.fi [128.214.7.5]: /pub/graphics/ray-traces - many ray tracers, including
  211.     VM_pRAY, DBW, DKB, MTV, QRT, RayShade, some RT News, NFF files.  Jari
  212.     Toivanen <toivanen@jyu.fi>
  213.  
  214. asterix.inescn.pt [192.35.246.17]: pub/RTrace - *RTrace*
  215.     nffutils.tar.Z (NFF utilities for RTrace), medical data (CAT, etc.)
  216.     converters to NFF, and other stuff.
  217.     Antonio Costa (acc@asterix.inescn.pt)
  218.  
  219. vega.hut.fi [128.214.3.82]: /graphics - RTN archive, ray tracers (MTV, QRT,
  220.     others), NFF, some models
  221.  
  222.  
  223. DOWN UNDER:
  224. -----------
  225.  
  226. gondwana.ecr.mu.oz.au [128.250.1.63]:  pub - *VORT(ART) ray tracer*, *VOGLE*,
  227.     Wilson's ray tracing abstracts, /pub/contrib/artscenes (ART scenes from
  228.     Italy), pub/images/haines - Haines thesis images, Graphics Gems code,
  229.     SPD, NFF & OFF databases, NFF and OFF previewers, plus some 8- and
  230.     24bit images and lots of other stuff.
  231.     Bernie Kirby <bernie@ecr.mu.oz.au>
  232.  
  233. 4. Mail servers
  234. ---------------
  235.  
  236. a. DEC's FTPMAIL
  237.  
  238.   Send a one-line message to ftpmail@decwrl.dec.com WITHOUT a Subject: field,
  239.   and having a line containing the word 'help'.
  240.   You should get back a message detailing the relevant procedures you
  241.   must follow in order to get the files you want.
  242.  
  243.   Note that the "reply" or "answer" command in your mailer will not work
  244.   for this message or any other mail you receive from FTPMAIL.  To send
  245.   requests to FTPMAIL, send an original mail message, not a reply.
  246.   Complaints should be sent to the ftpmail-request@uucp-gw-2.pa.dec.com
  247.   address rather than to postmaster, since DECWRL's postmaster is not
  248.   responsible for fixing ftpmail problems.
  249.  
  250. c. Lightwave 3D mail based file-server
  251.  
  252.   A mail based file server for 3D objects, 24bit JPEG images, GIF images
  253.   and image maps is now online for all those with Internet mail access.
  254.   The server is the official archive site for the Lightwave 3D mail-list.
  255.  
  256.   The server resides on a BBS called "The Graphics BBS".  The BBS is
  257.   operational 24 hours a day 7 days a week at the phone number of +1
  258.   908/469-0049.  It utilizes a Hayes V-Series 9600 V.42 modem. (soon to
  259.   upgrade to a V.32 modem)
  260.  
  261.   If you would like to submit objects, scenes or images to the server,
  262.   please pack, uuencode and then mail the files to the address:
  263.   server@bobsbox.rent.com.
  264.  
  265.   For information on obtaining files from the server send a mail message
  266.   to the address file-server@graphics.rent.com with the following in
  267.   the body of the message:
  268.     HELP
  269.     /DIR
  270.   And a help file describing how to use the server and a complete
  271.   directory listing will be sent to you via mail.
  272.  
  273. ==========================================================================
  274.  
  275.